W3C

searchProperty Tests

Device Independence Working Group

The tests for searchProperty in this page are derived from Section 5.1.2.7

TestDescriptionOrange Labs ResultNokia Result
Event received by listener should have all appropriate fields/functionsNot TestedPass
eventTargetInterface-8abubbles should be truePassPass
eventTargetInterface-8should have cancelable field, value irrelevantPassPass
eventTargetInterface-9currentTarget should be the property node receiving the event at the momentPassPass
eventPhase should be AT_TARGET, CAPTURING_PHASE, or BUBBLING_PHASENot TestedPass
eventTargetInterface-15target should be the event targetPassPass
timeStamp should exist and be either 0 or time in milliseconds at which the event was createdNot ImplementedNot Implemented
eventTargetInterface-6type, string indicating the type of the eventPassPass
initEvent() should exist and be a function. cannot test calling.Not relevantNot relevant
eventTargetInterface-7preventDefault() should exist and be a function. Calling should not make any difference since there's no default action for DCCI events (or is there for mutiation?)PassPass
eventTargetInterface-4stopPropagation() should exist and be a function. Once called, no further propagation of the event should occur (other than event listeners at the same level)PassPass